SaveAsPng(Graphics, string)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.GraphicsExtensions


Saves the graphics to the specified file, overwriting it if it exists.

Syntax

public static void SaveAsPng(
	Graphics graphics,
	string path
)

Back to index